[INFO] cloning repository https://github.com/rust-application/git-site-clone
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rust-application/git-site-clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-application%2Fgit-site-clone", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-application%2Fgit-site-clone'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4afe2392e51b8b666ef711febff6090874a62b5c
[INFO] checking rust-application/git-site-clone against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-application%2Fgit-site-clone" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/rust-application/git-site-clone
[INFO] finished tweaking git repo https://github.com/rust-application/git-site-clone
[INFO] tweaked toml for git repo https://github.com/rust-application/git-site-clone written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rust-application/git-site-clone on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rust-application/git-site-clone already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 019c68c3d33b3667194ee6e2098d8ecd4a1f309d0c172cc699e337f92a407c55
[INFO] running `Command { std: "docker" "start" "019c68c3d33b3667194ee6e2098d8ecd4a1f309d0c172cc699e337f92a407c55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "019c68c3d33b3667194ee6e2098d8ecd4a1f309d0c172cc699e337f92a407c55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "019c68c3d33b3667194ee6e2098d8ecd4a1f309d0c172cc699e337f92a407c55" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "019c68c3d33b3667194ee6e2098d8ecd4a1f309d0c172cc699e337f92a407c55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "019c68c3d33b3667194ee6e2098d8ecd4a1f309d0c172cc699e337f92a407c55" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling wayland-sys v0.31.10
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling wayland-client v0.31.13
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking winnow v1.0.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking os_pipe v1.2.3
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking toml_writer v1.0.7+spec-1.1.0
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking etcetera v0.10.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]    Compiling xflags-macros v0.3.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling quick-xml v0.39.2
[INFO] [stderr]     Checking toml_parser v1.0.10+spec-1.1.0
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking xflags v0.3.2
[INFO] [stderr]    Compiling wayland-backend v0.3.14
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]    Compiling wayland-scanner v0.31.9
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking tree_magic_mini v3.2.2
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking wayland-protocols v0.32.11
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking confy v2.0.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking git-url-parse v0.6.0
[INFO] [stdout] error[E0271]: type mismatch resolving `UrlSpecParser::path_abempty_parser<'url>::{opaque#0}<'url> == _`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git-url-parse-0.6.0/src/types/spec.rs:374:10
[INFO] [stdout]     |
[INFO] [stdout] 374 |       ) -> impl Parser<
[INFO] [stdout]     |  __________^
[INFO] [stdout] 375 | |         &'url str,
[INFO] [stdout] 376 | |         Output = <dyn Parser<&'url str, Output = &'url str, Error = nom::error::Error<&'url str>> as Parser<
[INFO] [stdout] 377 | |             &'url str,
[INFO] [stdout] 378 | |         >>::Output,
[INFO] [stdout] 379 | |         Error = nom::error::Error<&'url str>,
[INFO] [stdout] 380 | |     >{
[INFO] [stdout]     | |_____^ types differ
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `UrlSpecParser::path_ssh_parser<'url>::{opaque#0}<'url> == _`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git-url-parse-0.6.0/src/types/spec.rs:398:10
[INFO] [stdout]     |
[INFO] [stdout] 398 |       ) -> impl Parser<
[INFO] [stdout]     |  __________^
[INFO] [stdout] 399 | |         &'url str,
[INFO] [stdout] 400 | |         Output = <dyn Parser<&'url str, Output = &'url str, Error = nom::error::Error<&'url str>> as Parser<
[INFO] [stdout] 401 | |             &'url str,
[INFO] [stdout] 402 | |         >>::Output,
[INFO] [stdout] 403 | |         Error = nom::error::Error<&'url str>,
[INFO] [stdout] 404 | |     >{
[INFO] [stdout]     | |_____^ types differ
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `UrlSpecParser::path_rootless_parser<'url>::{opaque#0}<'url> == _`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git-url-parse-0.6.0/src/types/spec.rs:422:10
[INFO] [stdout]     |
[INFO] [stdout] 422 |       ) -> impl Parser<
[INFO] [stdout]     |  __________^
[INFO] [stdout] 423 | |         &'url str,
[INFO] [stdout] 424 | |         Output = <dyn Parser<&'url str, Output = &'url str, Error = nom::error::Error<&'url str>> as Parser<
[INFO] [stdout] 425 | |             &'url str,
[INFO] [stdout] 426 | |         >>::Output,
[INFO] [stdout] 427 | |         Error = nom::error::Error<&'url str>,
[INFO] [stdout] 428 | |     >{
[INFO] [stdout]     | |_____^ types differ
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `UrlSpecParser::short_git_scheme_parser<'url>::{opaque#0}<'url> == _`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git-url-parse-0.6.0/src/types/spec.rs:444:43
[INFO] [stdout]     |
[INFO] [stdout] 444 |       fn short_git_scheme_parser<'url>() -> impl Parser<
[INFO] [stdout]     |  ___________________________________________^
[INFO] [stdout] 445 | |         &'url str,
[INFO] [stdout] 446 | |         Output = <dyn Parser<
[INFO] [stdout] 447 | |             &'url str,
[INFO] [stdout] ...   |
[INFO] [stdout] 451 | |         Error = nom::error::Error<&'url str>,
[INFO] [stdout] 452 | |     > {
[INFO] [stdout]     | |_____^ types differ
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `map` exists for associated type `<impl Parser<&str, Output = ..., Error = ...> as Parser<...>>::Output`, but its trait bounds were not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git-url-parse-0.6.0/src/types/spec.rs:79:42
[INFO] [stdout]    |
[INFO] [stdout] 79 |                 return Ok((input, scheme.map(|s| s.to_string())));
[INFO] [stdout]    |                                          ^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `<impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = Option<&str>> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>> as Parser<&str>>::Output: FnOnce<(_,)>`
[INFO] [stdout]            which is required by `<impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = Option<&str>> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>> as Parser<&str>>::Output: Parser<_>`
[INFO] [stdout]            `<impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = Option<&str>> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>> as Parser<&str>>::Output: Fn<(_,)>`
[INFO] [stdout]            which is required by `&<impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = Option<&str>> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>> as Parser<&str>>::Output: Parser<_>`
[INFO] [stdout]            `<impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = Option<&str>> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>> as Parser<&str>>::Output: FnMut<(_,)>`
[INFO] [stdout]            which is required by `&mut <impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = Option<&str>> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>> as Parser<&str>>::Output: Parser<_>`
[INFO] [stdout]            `<impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = Option<&str>> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>> as Parser<&str>>::Output: Iterator`
[INFO] [stdout]            which is required by `&mut <impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = Option<&str>> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>> as Parser<&str>>::Output: Iterator`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/git_url_parse-817c0d568014d62b.long-type-36915473188370236.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Choice<(..., ..., ...)>: Parser<_>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git-url-parse-0.6.0/src/types/spec.rs:144:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |               verify(
[INFO] [stdout]     |               ------ required by a bound introduced by this call
[INFO] [stdout] 144 | /                 alt((
[INFO] [stdout] 145 | |                     //preceded(tag("//"), Self::path_abempty_parser()),
[INFO] [stdout] 146 | |                     Self::path_abempty_parser(),
[INFO] [stdout] 147 | |                     Self::path_rootless_parser(),
[INFO] [stdout] 148 | |                     Self::path_ssh_parser(),
[INFO] [stdout] 149 | |                 )),
[INFO] [stdout]     | |__________________^ the trait `Parser<_>` is not implemented for `Choice<(impl Parser<&str, Output = ..., Error = ...>, ..., ...)>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Parser<Input>`:
[INFO] [stdout]               Choice<&mut [A]>
[INFO] [stdout]               Choice<(A, B)>
[INFO] [stdout]               Choice<(A, B, C)>
[INFO] [stdout]               Choice<(A, B, C, D)>
[INFO] [stdout]               Choice<(A, B, C, D, E)>
[INFO] [stdout]               Choice<(A, B, C, D, E, F)>
[INFO] [stdout]               Choice<(A, B, C, D, E, F, G)>
[INFO] [stdout]               Choice<(A, B, C, D, E, F, G, H)>
[INFO] [stdout]             and 15 others
[INFO] [stdout] note: required by a bound in `verify`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nom-8.0.0/src/combinator/mod.rs:500:6
[INFO] [stdout]     |
[INFO] [stdout] 495 | pub fn verify<I: Clone, O2, E: ParseError<I>, F, G>(
[INFO] [stdout]     |        ------ required by a bound in this function
[INFO] [stdout] ...
[INFO] [stdout] 500 |   F: Parser<I, Error = E>,
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^ required by this bound in `verify`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/git_url_parse-817c0d568014d62b.long-type-1642704753736127363.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the type `impl Parser<_, Output = <Choice<(impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = &str> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>>, impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = &str> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>>, impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = &str> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>>)> as Parser<_>>::Output, Error = _>` is not well-formed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git-url-parse-0.6.0/src/types/spec.rs:143:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | /             verify(
[INFO] [stdout] 144 | |                 alt((
[INFO] [stdout] 145 | |                     //preceded(tag("//"), Self::path_abempty_parser()),
[INFO] [stdout] 146 | |                     Self::path_abempty_parser(),
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | |                 |s: &str| !s.is_empty(),
[INFO] [stdout] 151 | |             ),
[INFO] [stdout]     | |_____________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the type `impl Parser<_, Output = <Choice<(impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = &str> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>>, impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = &str> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>>, impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = &str> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>>)> as Parser<_>>::Output, Error = _>` is not well-formed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git-url-parse-0.6.0/src/types/spec.rs:141:29
[INFO] [stdout]     |
[INFO] [stdout] 141 |         let (input, path) = context(
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the type `nom::error::Context<impl Parser<_, Output = <Choice<(impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = &str> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>>, impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = &str> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>>, impl Parser<&str, Output = <(dyn Parser<&str, Error = nom::error::Error<&str>, Output = &str> + 'static) as Parser<&str>>::Output, Error = nom::error::Error<&str>>)> as Parser<_>>::Output, Error = _>>` is not well-formed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git-url-parse-0.6.0/src/types/spec.rs:141:29
[INFO] [stdout]     |
[INFO] [stdout] 141 |           let (input, path) = context(
[INFO] [stdout]     |  _____________________________^
[INFO] [stdout] 142 | |             "Top of path parsers",
[INFO] [stdout] 143 | |             verify(
[INFO] [stdout] 144 | |                 alt((
[INFO] [stdout] ...   |
[INFO] [stdout] 151 | |             ),
[INFO] [stdout] 152 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `parse` found for struct `Context<impl Parser<_, Output = ..., Error = _>>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git-url-parse-0.6.0/src/types/spec.rs:153:10
[INFO] [stdout]     |
[INFO] [stdout] 141 |           let (input, path) = context(
[INFO] [stdout]     |  _____________________________-
[INFO] [stdout] 142 | |             "Top of path parsers",
[INFO] [stdout] 143 | |             verify(
[INFO] [stdout] 144 | |                 alt((
[INFO] [stdout] ...   |
[INFO] [stdout] 153 | |         .parse(input)?;
[INFO] [stdout]     | |         -^^^^^ method cannot be called on `Context<impl Parser<_, Output = ..., Error = _>>` due to unsatisfied trait bounds
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/git_url_parse-817c0d568014d62b.long-type-13748118064308035677.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0271, E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0271`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `git-url-parse` (lib) due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "019c68c3d33b3667194ee6e2098d8ecd4a1f309d0c172cc699e337f92a407c55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "019c68c3d33b3667194ee6e2098d8ecd4a1f309d0c172cc699e337f92a407c55", kill_on_drop: false }`
[INFO] [stdout] 019c68c3d33b3667194ee6e2098d8ecd4a1f309d0c172cc699e337f92a407c55
